@Groaner said in “Just use Chrome”: If someone were to inspect the solution file and examine flags/command line arguments, wouldn't those be a dead giveaway? No. The hack goes inside that point, and works by adding extra code (and/or replacing some) under some circumstances. As compilers already do extensive rewriting of code (what do you think the C preprocessor does anyway?) hiding a little bit extra in there is decidedly easy. The tricky parts are to do with making it hard to detect that you've done shenanigans after the fact.